@charset "utf-8";

/* CSS Document */
/* For tablets & smart phones */
.fot_menu{position: fixed;background: #fff;
    width: 100%;
    bottom: 0;
    left: 0;
    border-top: 1px solid #ddd;}
.fot_menu ul{    overflow: hidden;
    padding-top: 13px;}
.fot_menu li{    float: left;
    width: 25%;
    text-align: center;}
.fot_menu li a{    color: #797979;
    line-height: 2.5em;}
.fot_menu li .fa{    display: block;
    font-size: 7vw;}
    .fot_menu li:hover a{color: #00b0ec;}
    .fot_menu li a.act{color: #00b0ec;}

#mob_links{    padding: 3vw 0;
    overflow: hidden;}
#mob_links li{    width: 25%;
    float: left;}
#mob_links li a{    display: block;
    text-align: center;
    font-family: 黑体;
    color: #333;}
#mob_links li img{    width: 50%;
    display: block;
    margin: 0 auto;
    max-width: 50px;}
#contactbreak{margin: 1vw 10px 0;}
.select_Prov {width: 32%;}
.select_City {width: 32%;margin:0 2%;}
.inner_pro_list2 .as a{float: right;}
.inner_pro_list2 .as a:nth-child(odd) {margin-left: 15%; margin-right: 0;}
#targetid{opacity: 0;font-size: 0;height: 0;}
@media screen and (max-width:1400px) {
      html{font-size: 19px;}
}
@media screen and (max-width:1200px) {
      .containe{margin-left: 10px;margin-right: 10px;width: auto}
      .ind_pro i{display: none;}
    .inner_pro_list2 .big{width: 30%;}
    .inner_pro_list2 .imgcon {width: 100%;height:12rem}
    .inner_pro_list2 .wrap {padding: 1em; }
    .inner_pro_list2 .con{height: 4em;}
}
    /* For larger displays */
@media screen and (min-width: 980px) and (max-width: 1200px) {
      html{font-size: 18px;}
}

@media screen and (max-width: 979px) {
      .ind_pro small{line-height: 3em;}

}
     /* For smaller displays like laptops */
@media screen and (min-width: 768px) and (max-width: 979px) {
      html{font-size: 17px;}
}
@media screen and (min-width: 767px){
  .imgDiv img{max-width: 100%;}
  #hot_pro,.fot_menu,#mob_links{display: none;}
  #contactbreak{display: none;}
}
@media screen and (max-width: 767px) {
      /*body {padding-left: 10px; padding-right: 10px; }*/
      body{min-width: 320px;padding-bottom: 100px;
        /*padding-top: 48px;*/
      }
      html{font-size: 16px;}
      .titbar.break h2{.display: none !important;}

      #ind_pro .tit_div .more,
      .ind_pro small,
      .ind_case li .more,
      #footer .flogo,
      .ind_ewm,
      #shareicon,
      #case_banner .more,
      .ind_tit ul a.act{display: none;}
      .ind_pro p{padding-top: 1em;}
      .ind_case{width: 103%;}
      .ind_case li{width: 47%;box-sizing: border-box;}
      #ind_about .w50 {width: 100%; float: none;}
      #ind_about .w50>img,.ind_about{width: 100%;}
      .ind_about img{max-width: 94%;margin-left: 3%;}
      .ind_about .moreR{display: none;}
      #case_banner .swiper-slide {padding: 0.5rem;}
      #case_banner .swiper-slide:hover{padding:0.25rem;}
      .inner_products li{width: 47.5%;}
      .ind_pro .wrap{padding-top:0;padding-left: 1rem;}
      .ind_tit ul li {padding-left: 0.5rem;}
      .ind_tit{padding-bottom: 5px;}
      .imgDiv img{width:134%;}
      .lside{float: none;width: 100%;margin: 0;}
      .lside>*{display: none;}
      .lside>.padd{display: block;}
      .lside .iauth{display: flex;flex-flow: row wrap;justify-content: space-between;width: 100%;border:none;}
      .lside .iauth li{flex:1;}
      .lside .iauth li{border: 1px solid #dfdfdf !important;background-color: #fff;margin: 3px;flex: 1 1 8em;text-align: center;}
      .lside .iauth li a{padding: 0;line-height: 2.7em;}
      #footer>.wrap,.fot_link,#ind_huati,#ind_corp,#ind_part4 .part:hover .abs,.design_advant,.design_process,.market_support,.inner_tit p{display: none;}
      #ind_news+#footer>.wrap{display: block;}
      .skip{padding-left: 0;}
      div.digg{margin: 0;text-align: right;}
      div.digg a{padding: 0;border: 0;}
      div.digg .disabled * {border:none;padding:0;margin: 0.1rem;color: #c1c1c1;}
      .inner_tit{margin: 4vw 0;}
      #demoo .container a{width: 190px;padding-right: 15px;}
      .market_case .imWrap{border: 1px solid #ddd;}
      body {max-width: 100%;overflow-x: hidden;}
      .containe{padding:0;}
      #header{height:48px;position: fixed;top: 0;left: 0;z-index: 55;background-color: #fff;display: none;}
      #navbar .logo{padding-top:4px;}
      #navbar .logo img{width:120px;}
      .mBtn {
        display: inline-block;
        float: right;
        width: 10%;
        cursor: pointer;
        text-align: center;
        margin-top:7px;
      }
  .mBtn img {max-width: 38px; max-height: 35px; }
  #Nav {
    height: 0px;
    padding-top: 0;
    overflow: hidden;
    display: block;
    visibility: hidden;
    background-color: rgba(42, 42, 32, 0.81);
    box-shadow: 0px 2px 2px #000;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    /*margin-left: -1px; 下面的是为了解决外部containe有margin左右10px,导致手机下拉菜单不是通屏的  */
    margin-left: -10px;
    padding-right: 10px;
    padding-left: 10px;
    position: absolute;
    top:47px;
    left: 0;
    z-index: -1;
    width: 100%;
  }
  #Nav.showH {
    height:386px !important;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-bottom: 2px;
    visibility: visible;
  }
  #Nav li {
    display: block;
    width: 100%;
    margin-left: 0;overflow: hidden;
  }
  #Nav li a {
    height: 42px !important;
    line-height: 43px !important;
    font-size: 14px;
    transition: none;
    border-bottom: 1px solid #949393;
    color: #fff;
    background-image: none;
    display: block;
    padding: 0;
  }
    .main {margin-top: 3vw;}
    .imgDiv {background-size: 100% 100%;}
    .main .lside .iauth .ili:nth-last-of-type(2){border-bottom: none;}
    .main .lside .iauth a::after{font-size: 14px;}
    .about_intro .big img{min-height: initial;}
    .ind_pro .wrap{display: none;}
    .ind_pro .big{width: 100%;}
    .ind_pro li {margin-right: 2%;}
    #ind_about .ind_titbar{display: block;}
    #ind_about .con {max-width: 100%; width: 100%; padding-bottom: 5vw;}
    #ind_proban .imgcon {
    width: 35vw;
    height: 45vw;}
    #ind_proban .swiper-slide {
    padding: 2% 4%;}
    .pro_det .big {width: 35%; margin-right: 1rem;}
    .pro_det .big .imgcon {height: 44vw;}
    .inner_news li .more{display: none;}
    .inner_pro_list2 li{width: 100%;}
    #ind_proban .apply{
    line-height: 2.4em;
    padding: 0 1.5em;
    font-size: 15px;
    }
    .copyright,#top_tj{display: none;}
    .inner_pro_list2 .as .zxun,#ind_news{display: none;}
    .inner_pro_list2 .as .zxun+a{float: right;}
    .ind_form *{font-size: 14px;}
}
@media screen and (max-width: 639px) {
  html{font-size:15px;}
  .breaker+h2{display: none;}
  .titbar{margin-bottom: 10px;}
  .inner_news .more{display: none;}
  .skyimg{float: none;max-width: 80%;}
  .articleTit{margin-top: 15px;}
  .sub_info{padding: 0;}
  .sub_info{font-size: 0;}
  .sub_info span{color: #909090;font-size: 12px;margin-right: 10px;}
  .sub_info span:nth-child(even){display: none;}
  #icon1{display: none;}
  .ind_form label{width: 85px;margin-left: -10px;}
  .ind_pro li{padding:10px 10px 0;}
  .ind_pro li .imgcon {height: 45vw;}
  #ind_youshi{display: none;}
  #as3 dl dd{width: 47.6%;}
  #as3 dl dd:nth-child(3){display: none;}
  #ind_news li{width: 97%;}
  .padbor{padding: 1rem;}
  .pro_nav .imgcon {
    width: 70px;
    height: 49px;}
    .pro_nav dd {margin: 0 1%; }
  .pro_nav{    width: 102%; margin-left: -1%;}
  #ind_form label {padding-left:0; font-size: 13px;padding-right: 0;}
  .ind_form .getcode+input,#verifyImg {width: calc(100% - 12em) !important;}
  #ind_form .info{margin-right: 13%;}
  .containe.contact .tit{font-weight: bold;}
  #ind_form .zxlysub{font-size: 16px;}
  .contact_cont h2{font-size: 15px;}
  .titbar.break{border: none;}
  .titbar.break .breaker{float: left;margin: 0;}
  .containe.main{margin-top:1vw;}
  .containe.main>.lside{margin-top: 3em;}
  .containe.main>.wrap{overflow:visible;}
  .containe.main>.wrap .titbar.break{position: absolute;top: 0;left: 0;}
  .inner_news{margin-top: 0;}

}
@media screen and (max-width: 480px){
  html{font-size:14px;}
  #footer>.containe{text-align: center;padding-bottom: 1rem;}
  #ind_form .info+input{width:38%;}
  #ind_form p.tit small {
    font-size: 13px;
    font-weight: normal;    white-space: nowrap;
    overflow: hidden;
}
}
@media screen and (max-width: 470px){
  .containe.contact{padding: 0;}
}
@media screen and (max-width: 379px){.tellNum{display: none;}}



  